home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / Daniele.swf / scripts / DefineButton2_74 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2011-12-21  |  117 b   |  8 lines

  1. on(release){
  2.    if(_name.substr(0,1) == "p")
  3.    {
  4.       this.stopDrag();
  5.       _root.matchCheck(this);
  6.    }
  7. }
  8.